home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / MSC2BC.ARJ / BFARHEAP.MAK < prev    next >
Text File  |  1992-01-21  |  986b  |  90 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +BFARHEAP.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = H:\BCPP3\LIB
  9. INCLUDEPATH = H:\BCPP3\INCLUDE
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.  bfarheap.obj
  24.  
  25. #        *Explicit Rules*
  26. bfarheap.exe: bfarheap.cfg $(EXE_dependencies)
  27.   $(TLINK) /x/c/P-/L$(LIBPATH) @@&&|
  28. c0l.obj+
  29. bfarheap.obj
  30. bfarheap
  31.         # no map file
  32. graphics.lib+
  33. emu.lib+
  34. mathl.lib+
  35. cl.lib
  36. |
  37.  
  38.  
  39. #        *Individual File Dependencies*
  40. bfarheap.obj: bfarheap.cfg bfarheap.c 
  41.  
  42. #        *Compiler Configuration File*
  43. bfarheap.cfg: bfarheap.mak
  44.   copy &&|
  45. -ml
  46. -v
  47. -G
  48. -O
  49. -Og
  50. -Oe
  51. -Om
  52. -Ov
  53. -Ol
  54. -Ob
  55. -Op
  56. -Oi
  57. -Z
  58. -k-
  59. -vi-
  60. -w-ret
  61. -w-nci
  62. -w-inl
  63. -wpin
  64. -wamb
  65. -wamp
  66. -w-par
  67. -wasm
  68. -wcln
  69. -w-cpt
  70. -wdef
  71. -w-dup
  72. -w-pia
  73. -wsig
  74. -wnod
  75. -w-ill
  76. -w-sus
  77. -wstv
  78. -wucp
  79. -wuse
  80. -w-ext
  81. -w-ias
  82. -w-ibc
  83. -w-pre
  84. -w-nst
  85. -I$(INCLUDEPATH)
  86. -L$(LIBPATH)
  87. | bfarheap.cfg
  88.  
  89.  
  90.